[INFO] fetching crate hax-bounded-integers 0.3.7...
[INFO] fixing hax-bounded-integers-0.3.7 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate hax-bounded-integers 0.3.7 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate hax-bounded-integers 0.3.7
[INFO] finished tweaking crates.io crate hax-bounded-integers 0.3.7
[INFO] tweaked toml for crates.io crate hax-bounded-integers 0.3.7 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hax-bounded-integers 0.3.7 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hax-bounded-integers 0.3.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hax-lib-macros v0.3.7
[INFO] [stderr]   Downloaded hax-lib-macros-types v0.3.7
[INFO] [stderr]   Downloaded hax-lib v0.3.7
[INFO] [stderr]   Downloaded duplicate v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3561a35b4d6fe25b8eb66c2fe1b544a137ccac20406526127a1295d084bbd1aa
[INFO] running `Command { std: "docker" "start" "3561a35b4d6fe25b8eb66c2fe1b544a137ccac20406526127a1295d084bbd1aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3561a35b4d6fe25b8eb66c2fe1b544a137ccac20406526127a1295d084bbd1aa" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3561a35b4d6fe25b8eb66c2fe1b544a137ccac20406526127a1295d084bbd1aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3561a35b4d6fe25b8eb66c2fe1b544a137ccac20406526127a1295d084bbd1aa" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling hax-lib v0.3.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling duplicate v1.0.0
[INFO] [stderr]    Compiling hax-lib-macros v0.3.7
[INFO] [stderr]     Checking hax-bounded-integers v0.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI8<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI8<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |                       Self::new(1)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |                       self.get().count_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:245:26
[INFO] [stdout]     |
[INFO] [stdout] 245 |                       self.get().count_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:249:26
[INFO] [stdout]     |
[INFO] [stdout] 249 |                       self.get().leading_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:253:26
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       self.get().leading_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |                       self.get().trailing_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |                       self.get().trailing_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:26
[INFO] [stdout]     |
[INFO] [stdout] 265 |                       self.get().rotate_left(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       self.get().rotate_right(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:45
[INFO] [stdout]     |
[INFO] [stdout] 273 |                       Self::Output::from_be(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |                       Self::Output::from_le(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:281:46
[INFO] [stdout]     |
[INFO] [stdout] 281 |                       Self::Output::to_be(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |                       Self::new(1)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI8<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:285:46
[INFO] [stdout]     |
[INFO] [stdout] 285 |                       Self::Output::to_le(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |                       self.get().count_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:289:44
[INFO] [stdout]     |
[INFO] [stdout] 289 |                       Self::Output::pow(self.get(), exp)
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:245:26
[INFO] [stdout]     |
[INFO] [stdout] 245 |                       self.get().count_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:249:26
[INFO] [stdout]     |
[INFO] [stdout] 249 |                       self.get().leading_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:253:26
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       self.get().leading_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |                       self.get().trailing_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |                       self.get().trailing_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:26
[INFO] [stdout]     |
[INFO] [stdout] 265 |                       self.get().rotate_left(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       self.get().rotate_right(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:45
[INFO] [stdout]     |
[INFO] [stdout] 273 |                       Self::Output::from_be(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |                       Self::Output::from_le(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:281:46
[INFO] [stdout]     |
[INFO] [stdout] 281 |                       Self::Output::to_be(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:285:46
[INFO] [stdout]     |
[INFO] [stdout] 285 |                       Self::Output::to_le(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI8<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:289:44
[INFO] [stdout]     |
[INFO] [stdout] 289 |                       Self::Output::pow(self.get(), exp)
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI16<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI16<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |                       Self::new(1)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |                       self.get().count_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:245:26
[INFO] [stdout]     |
[INFO] [stdout] 245 |                       self.get().count_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:249:26
[INFO] [stdout]     |
[INFO] [stdout] 249 |                       self.get().leading_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:253:26
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       self.get().leading_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |                       self.get().trailing_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |                       self.get().trailing_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:26
[INFO] [stdout]     |
[INFO] [stdout] 265 |                       self.get().rotate_left(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |                       Self::new(1)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI16<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       self.get().rotate_right(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |                       self.get().count_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:245:26
[INFO] [stdout]     |
[INFO] [stdout] 245 |                       self.get().count_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:45
[INFO] [stdout]     |
[INFO] [stdout] 273 |                       Self::Output::from_be(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:249:26
[INFO] [stdout]     |
[INFO] [stdout] 249 |                       self.get().leading_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |                       Self::Output::from_le(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:253:26
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       self.get().leading_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:281:46
[INFO] [stdout]     |
[INFO] [stdout] 281 |                       Self::Output::to_be(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |                       self.get().trailing_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:285:46
[INFO] [stdout]     |
[INFO] [stdout] 285 |                       Self::Output::to_le(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |                       self.get().trailing_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:289:44
[INFO] [stdout]     |
[INFO] [stdout] 289 |                       Self::Output::pow(self.get(), exp)
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:26
[INFO] [stdout]     |
[INFO] [stdout] 265 |                       self.get().rotate_left(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       self.get().rotate_right(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:45
[INFO] [stdout]     |
[INFO] [stdout] 273 |                       Self::Output::from_be(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |                       Self::Output::from_le(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:281:46
[INFO] [stdout]     |
[INFO] [stdout] 281 |                       Self::Output::to_be(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:285:46
[INFO] [stdout]     |
[INFO] [stdout] 285 |                       Self::Output::to_le(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI16<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:289:44
[INFO] [stdout]     |
[INFO] [stdout] 289 |                       Self::Output::pow(self.get(), exp)
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI32<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI32<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |                       Self::new(1)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |                       self.get().count_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:245:26
[INFO] [stdout]     |
[INFO] [stdout] 245 |                       self.get().count_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:249:26
[INFO] [stdout]     |
[INFO] [stdout] 249 |                       self.get().leading_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:253:26
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       self.get().leading_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |                       self.get().trailing_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |                       self.get().trailing_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:26
[INFO] [stdout]     |
[INFO] [stdout] 265 |                       self.get().rotate_left(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       self.get().rotate_right(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:45
[INFO] [stdout]     |
[INFO] [stdout] 273 |                       Self::Output::from_be(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |                       Self::Output::from_le(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:281:46
[INFO] [stdout]     |
[INFO] [stdout] 281 |                       Self::Output::to_be(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:285:46
[INFO] [stdout]     |
[INFO] [stdout] 285 |                       Self::Output::to_le(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:289:44
[INFO] [stdout]     |
[INFO] [stdout] 289 |                       Self::Output::pow(self.get(), exp)
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |                       Self::new(1)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI32<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |                       self.get().count_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:245:26
[INFO] [stdout]     |
[INFO] [stdout] 245 |                       self.get().count_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:249:26
[INFO] [stdout]     |
[INFO] [stdout] 249 |                       self.get().leading_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:253:26
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       self.get().leading_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |                       self.get().trailing_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |                       self.get().trailing_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:26
[INFO] [stdout]     |
[INFO] [stdout] 265 |                       self.get().rotate_left(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       self.get().rotate_right(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:45
[INFO] [stdout]     |
[INFO] [stdout] 273 |                       Self::Output::from_be(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |                       Self::Output::from_le(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:281:46
[INFO] [stdout]     |
[INFO] [stdout] 281 |                       Self::Output::to_be(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:285:46
[INFO] [stdout]     |
[INFO] [stdout] 285 |                       Self::Output::to_le(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI32<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:289:44
[INFO] [stdout]     |
[INFO] [stdout] 289 |                       Self::Output::pow(self.get(), exp)
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI64<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI64<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:13:96
[INFO] [stdout]     |
[INFO] [stdout]  13 |           $crate::derivate_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |                       Self::new(1)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |                       self.get().count_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:245:26
[INFO] [stdout]     |
[INFO] [stdout] 245 |                       self.get().count_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:249:26
[INFO] [stdout]     |
[INFO] [stdout] 249 |                       self.get().leading_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:253:26
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       self.get().leading_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:257:26
[INFO] [stdout]     |
[INFO] [stdout] 257 |                       self.get().trailing_ones()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:261:26
[INFO] [stdout]     |
[INFO] [stdout] 261 |                       self.get().trailing_zeros()
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:26
[INFO] [stdout]     |
[INFO] [stdout] 265 |                       self.get().rotate_left(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:34
[INFO] [stdout]     |
[INFO] [stdout] 160 |                   {$t, $bounded_t, get, Option<Self::Output>};
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       self.get().rotate_right(n)
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:273:45
[INFO] [stdout]     |
[INFO] [stdout] 273 |                       Self::Output::from_be(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |                       Self::Output::from_le(x.get())
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:281:46
[INFO] [stdout]     |
[INFO] [stdout] 281 |                       Self::Output::to_be(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:285:46
[INFO] [stdout]     |
[INFO] [stdout] 285 |                       Self::Output::to_le(self.get())
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:289:44
[INFO] [stdout]     |
[INFO] [stdout] 289 |                       Self::Output::pow(self.get(), exp)
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI128<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI128<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI128<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:67:103
[INFO] [stdout]     |
[INFO] [stdout]  67 |           $crate::derivate_assign_binop_for_bounded!($(<$(const $cst_name:$cst_ty),*>)?{$t, $bounded_t, get, Self::Output}; $($tt)*) ;
[INFO] [stdout]     |                                                                                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI128<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI128<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI128<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI128<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI128<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI128<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI128<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI128<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI128<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI128<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deref` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |                       self.deref().not()
[INFO] [stdout]     |                            ^^^^^ method not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `deref` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `deref`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `std::ops::Deref`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI128<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |                       self.get_mut().$meth(other)
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI128<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 |                           Self::new($t::from_le_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:31
[INFO] [stdout]     |
[INFO] [stdout] 204 |                           Self::new($t::from_be_bytes(bytes))
[INFO] [stdout]     |                                 ^^^ associated function or constant not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI128<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:110:38
[INFO] [stdout]     |
[INFO] [stdout] 110 |                       self.$meth(other.get())
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for mutable reference `&mut BoundedI128<MIN_LHS, MAX_LHS>` in the current scope
[INFO] [stdout]    --> src/lib.rs:90:26
[INFO] [stdout]     |
[INFO] [stdout]  90 |                       self.get_mut().$meth(other.$get())
[INFO] [stdout]     |                            ^^^^^^^ method not found in `&mut BoundedI128<MIN_LHS, MAX_LHS>`
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get_mut`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Refinement`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_assign_binop_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |                           self.get().to_le_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:215:30
[INFO] [stdout]     |
[INFO] [stdout] 215 |                           self.get().to_be_bytes()
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- method `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[INFO] [stdout] 319 | |     BoundedI8(i8 1),
[INFO] [stdout] 320 | |     BoundedI16(i16 2),
[INFO] [stdout] 321 | |     BoundedI32(i32 4),
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |     BoundedUsize(usize),
[INFO] [stdout] 331 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `SliceIndex`
[INFO] [stdout]             candidate #2: `hax_lib::Refinement`
[INFO] [stdout]     = note: this error originates in the macro `$crate::derivate_operations_for_bounded` which comes from the expansion of the macro `mk_bounded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `BoundedI64<MIN, MAX>` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:27
[INFO] [stdout]     |
[INFO] [stdout] 223 |                       Self::new(0)
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `BoundedI64<MIN, MAX>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |           pub struct $bounded_t<$(const $cst_name : $cst_ty),*>($t);
[INFO] [stdout]     |           ---------------------------------------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 | / mk_bounded!(
[WARN] too many lines in the log, truncating it
